Vcenter NamespaceManagement Clusters VpcNetworkSummary
The Vcenter NamespaceManagement Clusters VpcNetworkSummary schema describes the the VPC settings for a Supervisor.
This schema was added in vSphere API 9.0.0.0.
{
"nsx_project": "string",
"vpc_connectivity_profile": "string",
"default_private_cidrs": [
{
"address": "string",
"prefix": 0
}
],
"auto_created": false
}
NsxProject is the NSX path of an NSX Project.
This property was added in vSphere API 9.0.0.0.
VpcConnectivityProfile is the path of a VpcConnectivityProfile.
This property was added in vSphere API 9.0.0.0.
Default CIDR blocks from which private subnets and private pod IPs are allocated.
This property was added in vSphere API 9.0.0.0.
Whether the VPC has been automatically created for the namespace.
This property was added in vSphere API 9.0.0.0.